Version

IAggregator<TResult,TCache> Interface

Represents an aggregator which operates over given items source with specific types of the result, cache and input values.
Syntax
'Declaration
 
Public Interface IAggregator
    (Of TResult,TCache) 
   Inherits IAggregatorIAggregator(Of TResult,TCache,TResult) 
public interface IAggregator<TResult,TCache> : IAggregatorIAggregator<TResult,TCache,TResult>  
Type Parameters
TResult
The type of the result and imput.
TCache
The type of the cache.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also